armv8: ls1088ardb: Add support for LS1088ARDB platform
authorAshish Kumar <[email protected]>
Thu, 31 Aug 2017 10:42:54 +0000 (16:12 +0530)
committerYork Sun <[email protected]>
Mon, 11 Sep 2017 15:00:13 +0000 (08:00 -0700)
commite84a324ba7950e88c0df4a2c656f533c723aeaae
treefc0aeddfb200850875e8660f317270b837cda323
parent6d9b82d085ea810c7bb2ed5203522e45cc72c336
armv8: ls1088ardb: Add support for LS1088ARDB platform

LS1088A is an ARMv8 implementation. The LS1088ARDB is an evaluatoin
platform that supports the LS1088A family SoCs. This patch add basic
support of the platform.

Signed-off-by: Alison Wang <[email protected]>
Signed-off-by: Prabhakar Kushwaha <[email protected]>
Signed-off-by: Ashish Kumar <[email protected]>
Signed-off-by: Raghav Dogra <[email protected]>
Signed-off-by: Shaohui Xie <[email protected]>
[YS: Disabled NAND in board header file]
Reviewed-by: York Sun <[email protected]>
WIP: disable NAND for LS1088ARDB
17 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv8/Kconfig
arch/arm/cpu/armv8/fsl-layerscape/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/fsl-ls1088a-rdb.dts [new file with mode: 0644]
board/freescale/ls1088a/Kconfig [new file with mode: 0644]
board/freescale/ls1088a/MAINTAINERS [new file with mode: 0644]
board/freescale/ls1088a/Makefile [new file with mode: 0644]
board/freescale/ls1088a/README [new file with mode: 0644]
board/freescale/ls1088a/ddr.c [new file with mode: 0644]
board/freescale/ls1088a/ddr.h [new file with mode: 0644]
board/freescale/ls1088a/eth_ls1088ardb.c [new file with mode: 0644]
board/freescale/ls1088a/ls1088a.c [new file with mode: 0644]
board/freescale/ls1088a/ls1088a_qixis.h [new file with mode: 0644]
configs/ls1088ardb_qspi_defconfig [new file with mode: 0644]
include/configs/ls1088a_common.h [new file with mode: 0644]
include/configs/ls1088ardb.h [new file with mode: 0644]